Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can't find job.ftl template on Windows desktops #1

Open
christophe-w opened this issue Jun 26, 2014 · 1 comment
Open

Can't find job.ftl template on Windows desktops #1

christophe-w opened this issue Jun 26, 2014 · 1 comment

Comments

@christophe-w
Copy link

Hi,
On Windows desktop, job.ftl can't be found because of File.Separator on line 189 in BatchNewJobXmlCommand.java
The String parameter of method Class.getResource(..) doesn't accept File.Separator as resource delimiter on Windows Desktops.
It should be replaced by '/'
Video series on weblogs.java.net are very usefull, waiting for the next one.
Thanks very much for that 👍
Regards,
Christophe

@lincolnthree
Copy link

Right you are! We'll get this fixed during the next hack-session video recording. Thank you for your feedback!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants