Re: Waiting for server to start

2004-02-13 Thread Sebastien Blanc
Hi ! I'm using jython to check in the log traces that jboss is up and that ear is deployed. the following uses BSF but the same could be done with a . seb.

Re: os.name for windows return "Windows XP"?

2004-01-26 Thread Sebastien Blanc
if they all contain the same properties, how about having only one property file per OS and load it ? seb. [EMAIL PROTECTED] wrote: > All, > > How can I improve the following code in ant? > > Thanks > > B. > > > - > - > > > - > - > > > > - > > > > - > > >

Re: How to iterate in Ant?

2003-07-29 Thread Sebastien Blanc
Hi Roman. basename and associated dirname tasks shd do that. FYI I usally use xmlproperty task to read in the XML file the xslt sheet to use for transformation. seb. Roman Rytov wrote: > > > Btw, ant-contrib works Ok for such a simple task and I'm fine > > with it (unless there is no 'standard' s

Re: r_e_m_o_v_e a string within a path

2003-07-01 Thread Sebastien Blanc
; looks to be sourced/generated from ${source.dir} property. > that would be a good candidate for the use of ${file.separator} > > -Original Message- > From: Sebastien Blanc [mailto:[EMAIL PROTECTED] > Sent: Tuesday, July 01, 2003 10:02 AM > To: Ant Users List > Subjec

integrating Jython with JUnit in ANT

2003-06-12 Thread Sebastien Blanc
Hello ! I previously wrote jython tests with PyUnit but this is not well integrated into ANT and the report output is not as good as Junit one, applying a satisfying stylesheet then not really feasible. I made few tries to write jython tests inheriting from junit, generating the .class with jytho

Re: Junit test problem

2003-06-06 Thread Sebastien Blanc
Hi ! the junit task is not finding your test class in the classpath attribute. you can launch ANT in verbose mode (-v) or do an before your call, to check that the test.path is correctly defined (either in terms of directory or package name). seb. Joseph Yang wrote: > Hello all, > > I am very n

clearcase winkin

2003-02-12 Thread Sebastien BLANC
Hi ! did anybody find a way to get back / simulate the CCase winkin functionality (access one or more derived objects from a dynamic view) when integrating with ant ? thanx. seb. - To unsubscribe, e-mail: [EMAIL PROTECTED] For ad

Re: [Fwd: ant / javac implicit compilation]

2003-02-12 Thread Sebastien BLANC
be compiled" ? be a better requirement ? would really help J2EE projects, don't think it would mess anything for regular java projects, would it ? thanx. seb. Sebastien BLANC wrote: > Hello ! > does anbody know if there is a clean way (or standard rules ?) to avoid > impli

[Fwd: ant / javac implicit compilation]

2003-02-12 Thread Sebastien BLANC
Hello ! does anbody know if there is a clean way (or standard rules ?) to avoid implicit javac compilation for external java packages ? for instance: class a in package A imports class b in pakckage B; if a developer has changed smthg in a class b and does not recompile it before compiling the pack