colefeely / webscarab-ng

Automatically exported from code.google.com/p/webscarab-ng
0 stars 0 forks source link

Build error on non OS X #10

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago

What steps will reproduce the problem?
1. svn checkout http://webscarab-ng.googlecode.com/svn/trunk/ 
webscarab-ng-read-only
2. cd webscarab-ng-read-only
3. mvn clean install

What is the expected output? What do you see instead?

Expected: 
[INFO] ----------------
[INFO] BUILD SUCCESSFUL

Instead:
[INFO] [osxappbundle:bundle {execution: default}]
[INFO] -----------------------------------------------------------
[ERROR] BUILD ERROR
[INFO] -----------------------------------------------------------
[INFO] Can't find JavaApplicationStub binary. File does not exist: 
/System/Library/Frameworks/JavaVM.framework/Versions/Current/Resources/MacOS/Jav
aApplicationStub
NOTICE: You are running the osxappbundle plugin on a non OS X platform. To make 
this work you need to copy the JavaApplicationStub binary into your source 
tree. Then configure it with the 'javaApplicationStub' configuration property.

What version of the product are you using? On what operating system?
Using trunk, Revision: 16
$ uname -a
Linux crunchbang-vm 2.6.36-2.dmz.5-liquorix-686 #1 ZEN SMP PREEMPT Wed Dec 15 
03:28:54 UTC 2010 i686 GNU/Linux

Please provide any additional information below.

Can I patch that? I can use maven allright.

Original issue reported on code.google.com by utga...@gmail.com on 21 Apr 2011 at 10:18

GoogleCodeExporter commented 8 years ago
Yes, please - I added you to project commiters list - feel free to make that 
patch.
I build this project using NetBeans.

Original comment by brzozows...@gmail.com on 27 Apr 2011 at 11:26

GoogleCodeExporter commented 8 years ago
I noticed that also, this would require some kind of conditional check for 
MacOS / non-MacOS systems.
for the time being I just commented the rule out

Original comment by alexl...@gmail.com on 19 May 2011 at 7:48