Check your paths. Stuff like case sensitivity, separators, harcoded
paths (c:\xxx\yyy) and such can prevent portability between Win32-land
and Unix-land.

Case sensitivity is the most probable one, I'd say. Windows is case
insensitive and worse still, it tends to change the first letter of
files and directories to uppercase. Thus, a path like 'this/is/ok' will
match 'This/is/OK' in Win32 but not in a Unix like OS.

Happy hunting!

Rodrigo Chandia

On Thu, 2004-04-22 at 12:21, [EMAIL PROTECTED] wrote:
> Yes, I am using everything the same. Same Ant, JDK etc...
> Windows 2000, and Red Hat 8.0
> 
> There are no errors, it just doesn't actually generate anything. Then I get
> compile errors because I depend on those generated files that do not exist.
> 
> 
> 
> -----Original Message-----
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] Behalf Of Andrew
> Stevens
> Sent: Wednesday, April 21, 2004 5:17 PM
> To: [EMAIL PROTECTED]
> Subject: Re: [Xdoclet-user] XDoclet works on Windows, but not Linux?
> 
> 
> On Thu, 2004-04-22 at 00:49, [EMAIL PROTECTED] wrote:
> > I have been working on an XDoclet generation script, and it works just
> fine
> > on Windows. I moved to RH 8.0 and can't get it to generate anything. It
> just
> > passes through like there are no actual files to run the generator on.
> > 
> > Anyone had this happen?
> 
> Runs fine on Linux for me (Mandrake, currently v9.2).  Was this using
> the same source files & build script?
> 
> 
> Andrew.
> 
> 
> 
> -------------------------------------------------------
> This SF.Net email is sponsored by: IBM Linux Tutorials
> Free Linux tutorial presented by Daniel Robbins, President and CEO of
> GenToo technologies. Learn everything from fundamentals to system
> administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
> _______________________________________________
> xdoclet-user mailing list
> [EMAIL PROTECTED]
> https://lists.sourceforge.net/lists/listinfo/xdoclet-user
> 
> 
> -------------------------------------------------------
> This SF.Net email is sponsored by: IBM Linux Tutorials
> Free Linux tutorial presented by Daniel Robbins, President and CEO of
> GenToo technologies. Learn everything from fundamentals to system
> administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
> _______________________________________________
> xdoclet-user mailing list
> [EMAIL PROTECTED]
> https://lists.sourceforge.net/lists/listinfo/xdoclet-user




-------------------------------------------------------
This SF.net email is sponsored by: The Robotic Monkeys at ThinkGeek
For a limited time only, get FREE Ground shipping on all orders of $35
or more. Hurry up and shop folks, this offer expires April 30th!
http://www.thinkgeek.com/freeshipping/?cpg=12297
_______________________________________________
xdoclet-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/xdoclet-user

Reply via email to