RE: Ant 1.6.5 , JDK 1.5 build error pointing to an apache class

2006-03-22 Thread Ferrer, Eric
I ran to this a while ago and it is not an ant question, but I have the answer Your ParamDataType.java probably extends Enum to provide you a C++ type enum solution. With 1.5 you have enum as a reserved word. The fix is to download a new version of commons-lang-2.1.jar which deprecates com.apach

RE: Starting Jboss server

2006-03-21 Thread Ferrer, Eric
This email came at a good time as I am porting from Websphere to JBoss. Do you have an example of deploying a war? I currently delete the explode files prior to a new war deploy on Websphere 5.1 and then push out my new war. I would like to do the same on JBoss Thanks. -Original Message

Ant 1.6.5 , JDK 1.5 build error pointing to an apache class

2006-03-06 Thread Ferrer, Eric
Hi, I have been porting our code to jdk 1.5 and ant 1.6.5 and when I run my current build (which works with jdk 1.4x) I get the following error [C:\builder\builds\fle\staging\src\com\myhome\ParamDataType.java:8: as of release 1.5, 'enum' is a keyword, and may not be used as an identifier [ja

RE: Regarding Continous build integration.

2006-02-22 Thread Ferrer, Eric
age- > From: Ferrer, Eric [mailto:[EMAIL PROTECTED] > Sent: Tuesday, February 21, 2006 2:58 PM > To: Ant Users List > Subject: RE: Regarding Continous build integration. > > Rob, > > Is there anyway to do what you described all at once with out > providing the arguments?

RE: Regarding Continous build integration.

2006-02-21 Thread Ferrer, Eric
, 2006 3:20 PM To: Ant Users List Subject: RE: Regarding Continous build integration. > -Original Message- > From: Steve Loughran [mailto:[EMAIL PROTECTED] > Sent: Saturday, February 18, 2006 2:24 PM > To: Ant Users List > Subject: Re: Regarding Continous build integrati

RE: Regarding Continous build integration.

2006-02-17 Thread Ferrer, Eric
This topic brings up an interesting issue I am having and maybe the community has the answer. I have a local build for tomcat and our development environment (properties files are the same, information to connect to our databases the same). However, the problem lies with deploying to JBOSS our QA

RE: using buildnumber effectively

2005-12-29 Thread Ferrer, Eric
is not confidential could you please show it? Regards Ivan --- "Ferrer, Eric" <[EMAIL PROTECTED]> wrote: > Ivan, > > I have a Properties Factory where I plan to add the > contents of the > manifest. Its ruffed up code to prove it can be > done using the > pre

RE: using buildnumber effectively

2005-12-28 Thread Ferrer, Eric
gards Ivan --- "Ferrer, Eric" <[EMAIL PROTECTED]> wrote: > Ivan, > > I quickly created this tag provided bellow and it > reads the manifest > file. I do deploy to numerous webapps and the > deployment directory > differs between tomcat and websphere, I

RE: using buildnumber effectively

2005-12-28 Thread Ferrer, Eric
lt;[EMAIL PROTECTED]> wrote: > This is RTFM: > > Package pkg = clazz.getPackage(); // there are > classes without packages > String version=(pkg==null ? null : > pkg.getImplementationVersion()); > > - Alexey. > > Ferrer, Eric wrote: > > I had tried t

RE: using buildnumber effectively

2005-12-28 Thread Ferrer, Eric
PROTECTED] Sent: Wednesday, December 28, 2005 4:14 PM To: Ant Users List Subject: RE: using buildnumber effectively Hello, You can add a token in your web pages, says @BUILD_NUMBER@ and either replace it with or with and . Regards Ivan --- "Ferrer, Eric" <[EMAIL PROTECTED]> wrot

RE: using buildnumber effectively

2005-12-28 Thread Ferrer, Eric
Maybe this should be a new thread, but once you increment your build number, what is the best practice to show this build/release in your applications? For instance, I would want to see the build/release number on the footer of my website. -Original Message- From: Mark Lybarger [mailto:[E

RE: help with copy and glob mapper

2005-12-13 Thread Ferrer, Eric
EJ, Maybe you can set up a target to do the copy for you and try something like this We have a project that its contents need to copied into partic

RE: ant-optional.jar

2005-12-09 Thread Ferrer, Eric
Go to Jarhoo.com and you can search for it. The key is to get the right jar file for the right version. -Original Message- From: Gunter, Tony [mailto:[EMAIL PROTECTED] Sent: Friday, December 09, 2005 11:50 AM To: Ant Users List Subject: ant-optional.jar Can someone tell me where to dow

RE: ant-user OutOfMemoryException

2005-12-08 Thread Ferrer, Eric
tion Run -> External tools -> JRE (tab) Under VM Arguments : -Xmx640m -Original Message----- From: Ferrer, Eric [mailto:[EMAIL PROTECTED] Sent: Wednesday, December 07, 2005 1:01 PM To: Ant Users List Subject: RE: ant-user OutOfMemoryException Can not seem to find a way to set the

RE: ant-user OutOfMemoryException

2005-12-07 Thread Ferrer, Eric
, 2005 1:47 PM To: 'Ant Users List' Subject: RE: ant-user OutOfMemoryException we faced same issue in our project. Try setting the memory for each individual project in eclipse. It helped us; i hope it helps u too. -Original Message----- From: Ferrer, Eric [mailto:[EMAIL PROTE

RE: ant-user OutOfMemoryException

2005-12-07 Thread Ferrer, Eric
No I did not, I have an ant build script in eclipse and it talks to other projects build scripts via the dependencies. A couple of the projects become jars and the result is the output of 2 war files that get deployed to tomcat. I can build fine without unit tests, but get OME on unit test onl