7373 <jrun cls =" concurrency.waxomatic2.WaxOMatic2" dirpath =" ../concurrency/waxomatic2" />
7474 </target >
7575
76- </project >
76+ <target name =" runconsole" description =" Compile and run" depends =" build" >
77+ <jrunconsole cls =" ActiveObjectDemo" />
78+ <jrunconsole cls =" AtomicEvenSupplier" failOnError =' false' timeOut =' 4000' msg =' * Timeout for Testing *' />
79+ <jrunconsole cls =" AtomicIntegerTest" />
80+ <jrunconsole cls =" AtomicityTest" failOnError =' false' timeOut =' 4000' msg =' * Timeout for Testing *' />
81+ <jrunconsole cls =" AttemptLocking" />
82+ <jrunconsole cls =" BankTellerSimulation" arguments =" 5" />
83+ <jrunconsole cls =" BasicThreads" />
84+ <jrunconsole cls =" CachedThreadPool" />
85+ <jrunconsole cls =" CallableDemo" />
86+ <jrunconsole cls =" CaptureUncaughtException" failOnError =' false' timeOut =' 4000' msg =' * Timeout for Testing *' />
87+ <jrunconsole cls =" CarBuilder" />
88+ <jrunconsole cls =" CloseResource" failOnError =' false' timeOut =' 4000' msg =' * Timeout for Testing *' />
89+ <jrunconsole cls =" CountDownLatchDemo" />
90+ <jrunconsole cls =" concurrency.CriticalSection" dirpath =" ../concurrency" failOnError =' false' timeOut =' 4000' msg =' * Timeout for Testing *' />
91+ <jrunconsole cls =" DaemonFromFactory" />
92+ <jrunconsole cls =" Daemons" />
93+ <jrunconsole cls =" DaemonsDoRunFinally" />
94+ <jrunconsole cls =" DeadlockingDiningPhilosophers" arguments =" 0 5 timeout" />
95+ <jrunconsole cls =" DelayQueueDemo" />
96+ <jrunconsole cls =" EvenSupplier" failOnError =' false' timeOut =' 4000' msg =' * Timeout for Testing *' />
97+ <jrunconsole cls =" ExchangerDemo" />
98+ <jrunconsole cls =" concurrency.ExplicitCriticalSection" dirpath =" ../concurrency" failOnError =' false' msg =' * Exception was Expected *' />
99+ <jrunconsole cls =" FastSimulation" />
100+ <jrunconsole cls =" FixedDiningPhilosophers" arguments =" 5 5 timeout" />
101+ <jrunconsole cls =" FixedThreadPool" />
102+ <jrunconsole cls =" GreenhouseScheduler" arguments =" 5000" />
103+ <jrunconsole cls =" HorseRace" />
104+ <jrunconsole cls =" Interrupting" />
105+ <jrunconsole cls =" Interrupting2" />
106+ <jrunconsole cls =" InterruptingIdiom" arguments =" 1100" />
107+ <jrunconsole cls =" Joining" />
108+ <jrunconsole cls =" ListComparisons" arguments =" 1 10 10" />
109+ <jrunconsole cls =" MainThread" />
110+ <jrunconsole cls =" MapComparisons" arguments =" 1 10 10" />
111+ <jrunconsole cls =" MoreBasicThreads" />
112+ <jrunconsole cls =" MultiLock" />
113+ <jrunconsole cls =" MutexEvenSupplier" failOnError =' false' timeOut =' 4000' msg =' * Timeout for Testing *' />
114+ <jrunconsole cls =" NIOInterruption" />
115+ <jrunconsole cls =" NotifyVsNotifyAll" />
116+ <jrunconsole cls =" OrnamentalGarden" />
117+ <jrunconsole cls =" PipedIO" />
118+ <jrunconsole cls =" PriorityBlockingQueueDemo" />
119+ <jrunconsole cls =" ReaderWriterList" />
120+ <jrunconsole cls =" ResponsiveUI" failOnError =' false' timeOut =' 4000' msg =' * Timeout for Testing *' />
121+ <jrunconsole cls =" Restaurant" />
122+ <jrunconsole cls =" SelfManaged" />
123+ <jrunconsole cls =" SemaphoreDemo" />
124+ <jrunconsole cls =" SerialNumberChecker" arguments =" 4" />
125+ <jrunconsole cls =" SettingDefaultHandler" failOnError =' false' timeOut =' 4000' msg =' * Timeout for Testing *' />
126+ <jrunconsole cls =" SimpleDaemons" />
127+ <jrunconsole cls =" SimpleMicroBenchmark" />
128+ <jrunconsole cls =" SimplePriorities" />
129+ <jrunconsole cls =" SimpleThread" />
130+ <jrunconsole cls =" SingleThreadExecutor" />
131+ <jrunconsole cls =" SleepingTask" />
132+ <jrunconsole cls =" SynchronizationComparisons" />
133+ <jrunconsole cls =" SyncObject" />
134+ <jrunconsole cls =" TestBlockingQueues" failOnError =' false' timeOut =' 4000' msg =' * Timeout for Testing *' />
135+ <jrunconsole cls =" ThreadLocalVariableHolder" />
136+ <jrunconsole cls =" ThreadVariations" />
137+ <jrunconsole cls =" ToastOMatic" />
138+ <jrunconsole cls =" concurrency.restaurant2.RestaurantWithQueues" dirpath =" ../concurrency/restaurant2" arguments =" 5" />
139+ <jrunconsole cls =" concurrency.waxomatic.WaxOMatic" dirpath =" ../concurrency/waxomatic" />
140+ <jrunconsole cls =" concurrency.waxomatic2.WaxOMatic2" dirpath =" ../concurrency/waxomatic2" />
141+ </target >
142+
143+
144+ </project >
0 commit comments