Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[eclipselink-dev] Fix for 234413: JPA test-static-weave ant task failing on URLSyntaxException

Hi,
	The following fix for bug 234413 has been reviewed and checked in.

http://bugs.eclipse.org/234413

	Description:
		The jpa/eclipselink.jpa.test>ant test-static-weave  ant task fails with a URLSyntaxException on an un-encoded file:// url when a test jar contains spaces.
	Fix:
		URLEncode.encode the file url
	Code Reviewed by:
		Tom, Guy

	Blocked:
https://bugs.eclipse.org/bugs/show_bug.cgi?id=235378
https://bugs.eclipse.org/bugs/show_bug.cgi?id=235382


	thank you
	/michael



Back to the top