How to install a non-maven jar to the repository

2008-02-06 Thread Ross, Ed
After reading the docs, I still don't know how to do a simple task like intall a jar that is not found in the maven repositor (e.g. weblogic.jar). Only solution I've found so far is to create my own maven repository, do a mave:install file then do a ivy:install. Any example would be appreciated

Re: -lib and saxon8 on SUSE 10.3

2008-02-06 Thread Martin Schröder
2008/2/6, Barry Pape <[EMAIL PROTECTED]>: > Is the saxon jar on the classpath on the suse machine? AFAIK not; it's in -lib (it fails regardless of an installed saxon.rpm) Best Martin - To unsubscribe, e-mail: [EMAIL PROTECTED

Walter Heestermans/TMME is out of the office.

2008-02-06 Thread Walter . Heestermans
I will be out of the office starting 07/02/2008 and will not return until 08/02/2008. I will respond to your message when I return. For urgent issues, contact WebSphere Support group. - To unsubscribe, e-mail: [EMAIL PROTECTED

Re: condition question

2008-02-06 Thread Scot P. Floess
I think you have an issue with your snippet... You list retest6 and retest as properties... Here is what I tried (note the consistent use of the property entitled retest6): confused ${confused} retest ${retest6} I get this: [echo] confused 1 [e

Re: condition question

2008-02-06 Thread Z W
Charbel thanks for the response. I still get the same problem with that small change. confused ${confused} retest ${retest6} _recheck: [echo] confused 5 [echo] Condition false; setting retest6 to 6 Setting project property: retest6 -> 6 [echo] retest 6 Property "retes

Re: headless build vs. eclipse build

2008-02-06 Thread Steven Guitar
so i changed the JAVA_HOME var to point to the same directory as my JRE in the java build path properties on the project(s) in question. i built from the command line, and same result. working jars, but the manifest info gets read incorrectly. so if i was to use this jarlib extention tester

Re: headless build vs. eclipse build

2008-02-06 Thread Martin Gainty
blame is an svn command.. since the manifest is different between IDE and command line you may very well have jar 'extensions' added on http://java.sun.com/j2se/1.3/docs/guide/extensions/versioning.html which is tested via ANT jarlib-available http://ant.apache.org/manual/OptionalTasks/jarlib-av

Re: cache problems

2008-02-06 Thread Xavier Hanin
On Feb 6, 2008 4:26 PM, Shawn Castrianni <[EMAIL PROTECTED]> wrote: > In order to have globally unique rev numbers, I would need to put things > like branch and status into the rev number. How do I do that? what you can do is use the ivy:info task to load metadata from your ivy file and use this

Re: Null Pointer during retrieve

2008-02-06 Thread Xavier Hanin
Mmm, you seem to have several problems, including some in your resolution cache. Could you open a bug and provide more information on your settings and module metadata with which you get this error? Xavier On Feb 6, 2008 4:17 PM, Neil Lott <[EMAIL PROTECTED]> wrote: > Ok I got past that error, I

RE: condition question

2008-02-06 Thread Martin Gainty
can we see all the statements which set all the propertiesspecifiycally the property of retest ?(would be easier if we saw the entire build.xml..) ThanksMartin __Disclaimer and confidentiality noteEverything in this e-mail and any attachments relates

Re: headless build vs. eclipse build

2008-02-06 Thread Steven Guitar
Martin, actually in eclipse(WSAD actually) its pointing to the bundled jre's that came with the IDE and for my system env vars, i have a ANT_HOME and a JAVA_HOME that are different paths than whats in the IDE. as i stated, the jar works fine as far as the web apps compile, resolve and run

Re: headless build vs. eclipse build

2008-02-06 Thread Martin Gainty
Steve In Eclipse goto Window Preferences Java Installed JREs Execution Environment are you perhaps using a JRE different than the one ANT uses from command line (check env var JRE_HOME for ANTs default JRE) ? Martin- - Original Message - From: "Steven Guitar" <[EMAIL PROTECTED]> To: Se

Re: condition question

2008-02-06 Thread Charbel BITAR
Double check the name of the property in your code : ... retest *${retest}* -- Charbel On Feb 6, 2008 7:59 PM, Z W <[EMAIL PROTECTED]> wrote: > Hi > > Why is this condition failing/false when "confused" is 1 ? I just don't > see > it. > > confused ${confused} > > > > > > > > retest ${r

condition question

2008-02-06 Thread Z W
Hi Why is this condition failing/false when "confused" is 1 ? I just don't see it. confused ${confused} retest ${retest} _recheck: [echo] confused 1 [echo] Condition false; setting retest6 to 6 Setting project property: retest6 -> 6 Property "retest" has not been set

headless build vs. eclipse build

2008-02-06 Thread Steven Guitar
Hey guys, i have written a headless build for a jar file that we use for our framework to distribute to other developers. the jar file is given to web developers who deploy their web apps to websphere app server, and the jar file created from ant works fine. when you start the server up w

Re: AW: Substituting the value according to the property name

2008-02-06 Thread norken76
That was it ! I did not pay attention to that although I am using the antcontrib foreach loop.. I had to use JavaScript :) thank you !!! Knuplesch, Juergen wrote: > > Use propertycopy or similar Task with regex from antcontrib > > > -- > Jürgen Knupleschwww.icongmbh.de >

Re: Substituting the value according to the property name

2008-02-06 Thread norken76
ok.. I am passing a list of properties to my project and along this I am passing a comma separated of the names of this properties so that I can loop thru their names, however their names are now held in a property {$param} in the loop. so I need to get the value of the value that the param (in th

Re: Running a Remote Ant Target from Another

2008-02-06 Thread Steve Loughran
neilac333 wrote: I am running an Ant script that generates a WAR file, copies it from my desktop to my development server, and calls a target in another Ant script on that development server which runs a WebLogic script that deploys the WAR file to the WebLogic instance on the development server.

Ant and Junit

2008-02-06 Thread Knuplesch, Juergen
How do I run in Ant 1.6.5 a Junite-Tests that are stored in a classfile that contains the .class-files of the tests. uses a fileset, but how do I put the content of a jarfile to Junit? If I do it in a Batchfile it is no problem. Example this does not work (The jarfile is part of the junit.class

RE: -lib and saxon8 on SUSE 10.3

2008-02-06 Thread Barry Pape
Is the saxon jar on the classpath on the suse machine? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Martin Schröder Sent: Tuesday, February 05, 2008 7:53 AM To: user@ant.apache.org Subject: -lib and saxon8 on SUSE 10.3 Hi, if this is a FAQ, pointers ar

equals condition issue

2008-02-06 Thread Z W
Hi monitor.sh is a shell script on a remote host that returns a 1 or other non-zero number I'm having problems trying to get property "confused" to be checked and used within the if-then-else condition. But for unknown reason, it refuses to enter into the then section of script even though the pro

AW: fileset and directory to get for loop to work - How ?

2008-02-06 Thread Jan.Materne
> > > > > > only as it comes from Ant core and not from AntContrib > > > Test case @{files} > > I dont think that support nested tasks ... > > > > > > But I keep getting this error > > C:\A.xml:9: C:\Documents\${tes

AW: how to record javac task?

2008-02-06 Thread Jan.Materne
1. What do you expect in your log? 2. Maybe just setting the loglevel would help Jan -Ursprüngliche Nachricht- Von: glenn opdycke-hansen [mailto:[EMAIL PROTECTED] Gesendet: Montag, 4. Februar 2008 20:00 An: Ant Users List Betreff: Re: how to record javac task? Please try this java