Re: [JBoss-dev] New XDoclet module: I can't compile JBoss anymore

2002-12-27 Thread Scott M Stark
This is just a stupid ass eol issue. I have cygwin setup to use unix style linefeeds and the .cvspass file is using the platform default. If I add the a fixcrlf command to the passfile target: then the checkout works file. This needs to be a conditionally enabled command to addres

[JBoss-dev] [ jboss-Bugs-659152 ] Classloading Problem with JavaMail

2002-12-27 Thread noreply
Bugs item #659152, was opened at 2002-12-27 21:22 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=376685&aid=659152&group_id=22866 Category: JBossMX Group: v3.2 Status: Open Resolution: None Priority: 5 Submitted By: Hunter Hillegas (hunterhillegas) Assigned to: Sco

[JBoss-dev] [ jboss-Bugs-659152 ] Classloading Problem with JavaMail

2002-12-27 Thread noreply
Bugs item #659152, was opened at 2002-12-27 13:22 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=376685&aid=659152&group_id=22866 Category: JBossMX Group: v3.2 Status: Open Resolution: None Priority: 5 Submitted By: Hunter Hillegas (hunterhillegas) Assigned to: Sco

[JBoss-dev] [ jboss-Bugs-659152 ] Classloading Problem with JavaMail

2002-12-27 Thread noreply
Bugs item #659152, was opened at 2002-12-27 21:22 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=376685&aid=659152&group_id=22866 Category: JBossMX Group: v3.2 Status: Open Resolution: None Priority: 5 Submitted By: Hunter Hillegas (hunterhillegas) Assigned to: Sco

[JBoss-dev] [ jboss-Bugs-626484 ] Incorrect libraries classpath?

2002-12-27 Thread noreply
Bugs item #626484, was opened at 2002-10-21 20:58 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=376685&aid=626484&group_id=22866 Category: Build System Group: CVS HEAD >Status: Closed Resolution: None Priority: 5 Submitted By: ycswyw (ycswyw) Assigned to: Jason Di

[JBoss-dev] [ jboss-Bugs-659152 ] Classloading Problem with JavaMail

2002-12-27 Thread noreply
Bugs item #659152, was opened at 2002-12-27 13:22 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=376685&aid=659152&group_id=22866 >Category: JBossMX Group: v3.2 Status: Open Resolution: None Priority: 5 Submitted By: Hunter Hillegas (hunterhillegas) >Assigned to: S

Re: [JBoss-dev] New XDoclet module: I can't compile JBoss anymore

2002-12-27 Thread David Jencks
Do you see any obvious differences between your jboss cvs checkout command and the one ant is trying to get xdoclet? david On 2002.12.27 15:36:17 -0500 Scott M Stark wrote: > If I do a clean co of jboss-head and just try to run ant from within the > xdoclet directory this fails. It does not matte

[JBoss-dev] [ jboss-Bugs-659152 ] Classloading Problem with JavaMail

2002-12-27 Thread noreply
Bugs item #659152, was opened at 2002-12-27 21:22 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=376685&aid=659152&group_id=22866 Category: None Group: v3.2 Status: Open Resolution: None Priority: 5 Submitted By: Hunter Hillegas (hunterhillegas) Assigned to: Nobody

[JBoss-dev] Automated JBoss(Branch_3_0) Testsuite Results: 27-December-2002

2002-12-27 Thread scott . stark
JBoss daily test results SUMMARY Number of tests run: 1004 Successful tests: 998 Errors:5 Failures: 1 [time of test: 2002-12-27.12-06 GMT] [java.version: 1.3.1]

Re: [JBoss-dev] New XDoclet module: I can't compile JBoss anymore

2002-12-27 Thread Scott M Stark
Neither running ant or build.sh twice from the jboss-head/xdoclet dir or the jboss-head/build directory get past this error for me. I see the same error regarding rejected access to /cvsroot/xdoclet for user anonymous. Scott Stark Chief Technology Officer JBoss Group, LLC

RE: [JBoss-dev] New XDoclet module: I can't compile JBoss anymore

2002-12-27 Thread Jeremy Boynes
Building twice worked - thanks (if a little worrying) > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]]On Behalf Of David > Jencks > Sent: Friday, December 27, 2002 12:13 PM > To: [EMAIL PROTECTED] > Subject: Re: [JBoss-dev] New XDoclet module: I can't compile JBo

Re: [JBoss-dev] New XDoclet module: I can't compile JBoss anymore

2002-12-27 Thread Scott M Stark
If I do a clean co of jboss-head and just try to run ant from within the xdoclet directory this fails. It does not matter if I use ant directly or the build.sh script. This is on a WinXP box setup with cygwin. xdoclet 536>ant -version Apache Ant version 1.5.1 compiled on October 2 2002 xdoclet 537

Re: [JBoss-dev] New XDoclet module: I can't compile JBoss anymore

2002-12-27 Thread David Jencks
This problem I know about. For me, building twice works. Either ant or buildmagic is messed up IMO. the xdoclet tasks seem to come and go with no pattern I can discern. Look at tools/etc/buildfragments/tools.ent. Redefining the tasks for each module breaks in one place, not redefining breaks i

RE: [JBoss-dev] New XDoclet module: I can't compile JBoss anymore

2002-12-27 Thread Jeremy Boynes
I got slightly further but a fresh checkout breaks for me as well (WinXP/Sun JDK1.4.1). The xdoclet, common and jmx modules seemed to build but system failed. jar: [jar] Building jar: D:\JBoss\jboss-head\xdoclet\checkout\xdoclet-all\xdocletgui\build\xdocletgui .jar [touch] Creating D:\JB

RE: [JBoss-dev] Re: Jsp compilation Problem with Jboss3.0-jetty and Red Linux7.2

2002-12-27 Thread Fred Hartman
sun/tools/javac/Main is in tools.jar. Put that on your system classpath before launching JBoss or you can copy it into jre/lib/ext so it automagically gets picked up.   -Fred -Original Message-From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of BrijeshSent: Thurs

Re: [JBoss-dev] New XDoclet module: I can't compile JBoss anymore

2002-12-27 Thread David Jencks
Can you go to C:/cvs/jboss/HEAD/jboss-head/xdoclet/checkout/xdoclet-all/xdoclet/ and run ant? this should build xdoclet "normally". If it succeeds the problems are with my modifications to make xdoclet build insode jboss: otherwise the problem is in xdoclet build. I don't have windows and it w

[JBoss-dev] New XDoclet module: I can't compile JBoss anymore

2002-12-27 Thread Ricardo Argüello
Hi, I did a "cvs get _jboss_xdoclet" in jboss-head, but I can't build JBoss anymore. Tried running build.bat twice, as the message suggests, and doesn't work either. It was compiling perfectly before that change... JDK: Sun 1.4.1_01 OS: Windows XP Pro Here is the message I get: -

Re: [JBoss-dev] new problems on Win2K

2002-12-27 Thread Alex Loubyansky
Actually, not only ejb jars but almost anything in the deploy dir. I can move something in exploded modules. alex Friday, December 27, 2002, 9:37:31 AM, you wrote: AL> I am watching the following problem. Once ejb-jar module is copied in AL> the deploy directory and deployed it can't be removed