Re: [xwiki-users] XWiki Web 1.8.1

2010-01-09 Thread Thomas Mortagne
On Fri, Jan 8, 2010 at 23:17, J. Allen Santos jqsan...@msn.com wrote:

 Hi,
 I tried using other version of maven. I can't seem to find 2.2.0 from the 
 maven site so I used 2.0.10. And it worked (terminal and netbeans)! Thank you 
 very much!

You should use last stable version which is 2.2.1 (very close to 2.2.0
;)). See http://maven.apache.org/download.html


 Allen

 Date: Thu, 7 Jan 2010 12:57:02 +0200
 From: mariusdumitru.flo...@xwiki.com
 To: users@xwiki.org
 Subject: Re: [xwiki-users] XWiki Web 1.8.1

 J. Allen Santos wrote:
  I was able to build gwt module. I got the same error when I tried building 
  the entire web. But, when I tried building wysiwyg module, no error at 
  all. Any ideas?

 Maybe it's a maven issue. I'm using 2.2.0

 Hope this helps,
 Marius

 
  Date: Thu, 7 Jan 2010 10:11:20 +0200
  From: mariusdumitru.flo...@xwiki.com
  To: users@xwiki.org
  Subject: Re: [xwiki-users] XWiki Web 1.8.1
 
  Hi,
 
  The platform/web/wysiwyg module depends on the platform/web/gwt module.
  For some reason in your case the jars generated by the gwt module are
  not available when building the wysiwyg module. Can you try to build the
  gwt module manually first and then rebuild the entire web?
 
  Hope this helps,
  Marius
 
  J. Allen Santos wrote:
  Hi
  I'm trying to build XWiki Web 1.8.1. It fails. I'm using Ubuntu 9.10 and 
  tried building it in the terminal and in Netbeans. Both failed with the 
  same error message. I know i'm using the right settings.xml.
 
  ThanksAllen
 
  Here is part of the message:
  Building
   XWiki Platform - Web - WYSIWYG   task-segment: 
  [install][enforcer:enforce][remote-resources:process
   {execution: xwiki-license-resources}][resources:resources]Using default 
  encoding to copy filtered resources.[compiler:compile]Nothing to compile 
  - all classes are up to date[dependency:unpack]Configured Artifact: 
  com.google.gwt:gwt-dev:linux-libs:1.5.3:zipgwt-dev-1.5.3-linux-libs.zip 
  already unpacked.[gwt:compile]establishing classpath list 
  (buildClaspathList - scope = COMPILE)google.webtoolkit.home (gwtHome) 
  *not* set, using project POM for GWT dependenciesRemoving units with 
  errors   [ERROR] Errors in 
  'file:/home/jooty/NetBeansProjects/xwiki-web-1.8.1/wysiwyg/src/main/java/com/xpn/xwiki/wysiwyg/client/Wysiwyg.java'
        [ERROR] Line 48: No source code is available for type 
  com.xpn.xwiki.gwt.api.client.app.XWikiGWTDefaultA
 pp
  ; did you forget to inherit a required module?      [ERROR] Line 61: No 
  source code is available for type 
  com.xpn.xwiki.gwt.api.client.app.XWikiAsyncCallback; did you forget to 
  inherit a required module?   [ERROR] Errors in 
  'file:/home/jooty/NetBeansProjects/xwiki-web-1.8.1/wysiwyg/src/main/java/com/xpn/xwiki/wysiwyg/client/WysiwygService.java'
        [ERROR] Line 137: No source code is available for type 
  com.xpn.xwiki.gwt.api.client.XWikiGWTException; did you forget to inherit 
  a required module?   [ERROR] Errors in 
  'file:/home/jooty/NetBeansProjects/xwiki-web-1.8.1/wysiwyg/src/main/java/com/xpn/xwiki/wysiwyg/client/plugin/sync/SyncPlugin.java'
        [ERROR] Line 438: No source code is available for type 
  com.xpn.xwiki.gwt.api.client.dialog.MessageDialog; did you forget to 
  inherit a required module?      [ERROR] Line 438: No source code is 
  available for type com.xpn.xwiki.gwt.api.client.dialog.Dialog; did you 
  forget to inherit a required module?      [ERROR] Line 452: No sourc
 e c
  ode is available for type com.xpn.xwiki.gwt.api.client.XWikiGWTException; 
  did you forget to inherit a required module?Removing invalidated units   
  [WARN] Compilation unit 
  'file:/home/jooty/NetBeansProjects/xwiki-web-1.8.1/wysiwyg/src/main/java/com/xpn/xwiki/wysiwyg/client/plugin/image/ui/ImageSelector.java'
   is removed due to invalid reference(s):      [WARN] 
  file:/home/jooty/NetBeansProjects/xwiki-web-1.8.1/wysiwyg/src/main/java/com/xpn/xwiki/wysiwyg/client/WysiwygService.java
     [WARN] Compilation unit 
  'file:/home/jooty/NetBeansProjects/xwiki-web-1.8.1/wysiwyg/src/main/java/com/xpn/xwiki/wysiwyg/client/plugin/valign/VerticalAlignPlugin.java'
   is removed due to invalid reference(s):      [WARN] 
  file:/home/jooty/NetBeansProjects/xwiki-web-1.8.1/wysiwyg/src/main/java/com/xpn/xwiki/wysiwyg/client/Wysiwyg.java
     [WARN] Compilation unit 
  'file:/home/jooty/NetBeansProjects/xwiki-web-1.8.1/wysiwyg/src/main/java/com/xpn/xwiki/wysiwyg/client/plugin/internal/DefaultPluginManager.java'
 is
  removed due to invalid reference(s):      [WARN] 
  file:/home/jooty/NetBeansProjects/xwiki-web-1.8.1/wysiwyg/src/main/java/com/xpn/xwiki/wysiwyg/client/Wysiwyg.java
     [WARN] Compilation unit 
  'file:/home/jooty/NetBeansProjects/xwiki-web-1.8.1/wysiwyg/src/main/java/com/xpn/xwiki/wysiwyg/client/widget/WikiSelector.java'
   is removed due to invalid

Re: [xwiki-users] XWiki Web 1.8.1

2010-01-08 Thread J. Allen Santos

Hi,
I tried using other version of maven. I can't seem to find 2.2.0 from the maven 
site so I used 2.0.10. And it worked (terminal and netbeans)! Thank you very 
much!

Allen

 Date: Thu, 7 Jan 2010 12:57:02 +0200
 From: mariusdumitru.flo...@xwiki.com
 To: users@xwiki.org
 Subject: Re: [xwiki-users] XWiki Web 1.8.1
 
 J. Allen Santos wrote:
  I was able to build gwt module. I got the same error when I tried building 
  the entire web. But, when I tried building wysiwyg module, no error at all. 
  Any ideas?
 
 Maybe it's a maven issue. I'm using 2.2.0
 
 Hope this helps,
 Marius
 
  
  Date: Thu, 7 Jan 2010 10:11:20 +0200
  From: mariusdumitru.flo...@xwiki.com
  To: users@xwiki.org
  Subject: Re: [xwiki-users] XWiki Web 1.8.1
 
  Hi,
 
  The platform/web/wysiwyg module depends on the platform/web/gwt module. 
  For some reason in your case the jars generated by the gwt module are 
  not available when building the wysiwyg module. Can you try to build the 
  gwt module manually first and then rebuild the entire web?
 
  Hope this helps,
  Marius
 
  J. Allen Santos wrote:
  Hi
  I'm trying to build XWiki Web 1.8.1. It fails. I'm using Ubuntu 9.10 and 
  tried building it in the terminal and in Netbeans. Both failed with the 
  same error message. I know i'm using the right settings.xml.
 
  ThanksAllen
 
  Here is part of the message:
  Building
   XWiki Platform - Web - WYSIWYG   task-segment: 
  [install][enforcer:enforce][remote-resources:process
   {execution: xwiki-license-resources}][resources:resources]Using default 
  encoding to copy filtered resources.[compiler:compile]Nothing to compile 
  - all classes are up to date[dependency:unpack]Configured Artifact: 
  com.google.gwt:gwt-dev:linux-libs:1.5.3:zipgwt-dev-1.5.3-linux-libs.zip 
  already unpacked.[gwt:compile]establishing classpath list 
  (buildClaspathList - scope = COMPILE)google.webtoolkit.home (gwtHome) 
  *not* set, using project POM for GWT dependenciesRemoving units with 
  errors   [ERROR] Errors in 
  'file:/home/jooty/NetBeansProjects/xwiki-web-1.8.1/wysiwyg/src/main/java/com/xpn/xwiki/wysiwyg/client/Wysiwyg.java'
[ERROR] Line 48: No source code is available for type 
  com.xpn.xwiki.gwt.api.client.app.XWikiGWTDefaultA
 pp
  ; did you forget to inherit a required module?  [ERROR] Line 61: No 
  source code is available for type 
  com.xpn.xwiki.gwt.api.client.app.XWikiAsyncCallback; did you forget to 
  inherit a required module?   [ERROR] Errors in 
  'file:/home/jooty/NetBeansProjects/xwiki-web-1.8.1/wysiwyg/src/main/java/com/xpn/xwiki/wysiwyg/client/WysiwygService.java'
[ERROR] Line 137: No source code is available for type 
  com.xpn.xwiki.gwt.api.client.XWikiGWTException; did you forget to inherit 
  a required module?   [ERROR] Errors in 
  'file:/home/jooty/NetBeansProjects/xwiki-web-1.8.1/wysiwyg/src/main/java/com/xpn/xwiki/wysiwyg/client/plugin/sync/SyncPlugin.java'
[ERROR] Line 438: No source code is available for type 
  com.xpn.xwiki.gwt.api.client.dialog.MessageDialog; did you forget to 
  inherit a required module?  [ERROR] Line 438: No source code is 
  available for type com.xpn.xwiki.gwt.api.client.dialog.Dialog; did you 
  forget to inherit a required module?  [ERROR] Line 452: No sourc
 e c
  ode is available for type com.xpn.xwiki.gwt.api.client.XWikiGWTException; 
  did you forget to inherit a required module?Removing invalidated units   
  [WARN] Compilation unit 
  'file:/home/jooty/NetBeansProjects/xwiki-web-1.8.1/wysiwyg/src/main/java/com/xpn/xwiki/wysiwyg/client/plugin/image/ui/ImageSelector.java'
   is removed due to invalid reference(s):  [WARN] 
  file:/home/jooty/NetBeansProjects/xwiki-web-1.8.1/wysiwyg/src/main/java/com/xpn/xwiki/wysiwyg/client/WysiwygService.java
 [WARN] Compilation unit 
  'file:/home/jooty/NetBeansProjects/xwiki-web-1.8.1/wysiwyg/src/main/java/com/xpn/xwiki/wysiwyg/client/plugin/valign/VerticalAlignPlugin.java'
   is removed due to invalid reference(s):  [WARN] 
  file:/home/jooty/NetBeansProjects/xwiki-web-1.8.1/wysiwyg/src/main/java/com/xpn/xwiki/wysiwyg/client/Wysiwyg.java
 [WARN] Compilation unit 
  'file:/home/jooty/NetBeansProjects/xwiki-web-1.8.1/wysiwyg/src/main/java/com/xpn/xwiki/wysiwyg/client/plugin/internal/DefaultPluginManager.java'
   
 is 
  removed due to invalid reference(s):  [WARN] 
  file:/home/jooty/NetBeansProjects/xwiki-web-1.8.1/wysiwyg/src/main/java/com/xpn/xwiki/wysiwyg/client/Wysiwyg.java
 [WARN] Compilation unit 
  'file:/home/jooty/NetBeansProjects/xwiki-web-1.8.1/wysiwyg/src/main/java/com/xpn/xwiki/wysiwyg/client/widget/WikiSelector.java'
   is removed due to invalid reference(s):  [WARN] 
  file:/home/jooty/NetBeansProjects/xwiki-web-1.8.1/wysiwyg/src/main/java/com/xpn/xwiki/wysiwyg/client/WysiwygService.java
 [WARN] Compilation unit

Re: [xwiki-users] XWiki Web 1.8.1

2010-01-07 Thread Marius Dumitru Florea
Hi,

The platform/web/wysiwyg module depends on the platform/web/gwt module. 
For some reason in your case the jars generated by the gwt module are 
not available when building the wysiwyg module. Can you try to build the 
gwt module manually first and then rebuild the entire web?

Hope this helps,
Marius

J. Allen Santos wrote:
 Hi
 I'm trying to build XWiki Web 1.8.1. It fails. I'm using Ubuntu 9.10 and 
 tried building it in the terminal and in Netbeans. Both failed with the same 
 error message. I know i'm using the right settings.xml.
 
 ThanksAllen
 
 Here is part of the message:
 Building
  XWiki Platform - Web - WYSIWYG   task-segment: 
 [install][enforcer:enforce][remote-resources:process
  {execution: xwiki-license-resources}][resources:resources]Using default 
 encoding to copy filtered resources.[compiler:compile]Nothing to compile - 
 all classes are up to date[dependency:unpack]Configured Artifact: 
 com.google.gwt:gwt-dev:linux-libs:1.5.3:zipgwt-dev-1.5.3-linux-libs.zip 
 already unpacked.[gwt:compile]establishing classpath list (buildClaspathList 
 - scope = COMPILE)google.webtoolkit.home (gwtHome) *not* set, using project 
 POM for GWT dependenciesRemoving units with errors   [ERROR] Errors in 
 'file:/home/jooty/NetBeansProjects/xwiki-web-1.8.1/wysiwyg/src/main/java/com/xpn/xwiki/wysiwyg/client/Wysiwyg.java'
   [ERROR] Line 48: No source code is available for type 
 com.xpn.xwiki.gwt.api.client.app.XWikiGWTDefaultApp
; did you forget to inherit a required module?  [ERROR] Line 61: No source 
code is available for type com.xpn.xwiki.gwt.api.client.app.XWikiAsyncCallback; 
did you forget to inherit a required module?   [ERROR] Errors in 
'file:/home/jooty/NetBeansProjects/xwiki-web-1.8.1/wysiwyg/src/main/java/com/xpn/xwiki/wysiwyg/client/WysiwygService.java'
  [ERROR] Line 137: No source code is available for type 
com.xpn.xwiki.gwt.api.client.XWikiGWTException; did you forget to inherit a 
required module?   [ERROR] Errors in 
'file:/home/jooty/NetBeansProjects/xwiki-web-1.8.1/wysiwyg/src/main/java/com/xpn/xwiki/wysiwyg/client/plugin/sync/SyncPlugin.java'
  [ERROR] Line 438: No source code is available for type 
com.xpn.xwiki.gwt.api.client.dialog.MessageDialog; did you forget to inherit a 
required module?  [ERROR] Line 438: No source code is available for type 
com.xpn.xwiki.gwt.api.client.dialog.Dialog; did you forget to inherit a 
required module?  [ERROR] Line 452: No source c
ode is available for type com.xpn.xwiki.gwt.api.client.XWikiGWTException; did 
you forget to inherit a required module?Removing invalidated units   [WARN] 
Compilation unit 
'file:/home/jooty/NetBeansProjects/xwiki-web-1.8.1/wysiwyg/src/main/java/com/xpn/xwiki/wysiwyg/client/plugin/image/ui/ImageSelector.java'
 is removed due to invalid reference(s):  [WARN] 
file:/home/jooty/NetBeansProjects/xwiki-web-1.8.1/wysiwyg/src/main/java/com/xpn/xwiki/wysiwyg/client/WysiwygService.java
   [WARN] Compilation unit 
'file:/home/jooty/NetBeansProjects/xwiki-web-1.8.1/wysiwyg/src/main/java/com/xpn/xwiki/wysiwyg/client/plugin/valign/VerticalAlignPlugin.java'
 is removed due to invalid reference(s):  [WARN] 
file:/home/jooty/NetBeansProjects/xwiki-web-1.8.1/wysiwyg/src/main/java/com/xpn/xwiki/wysiwyg/client/Wysiwyg.java
   [WARN] Compilation unit 
'file:/home/jooty/NetBeansProjects/xwiki-web-1.8.1/wysiwyg/src/main/java/com/xpn/xwiki/wysiwyg/client/plugin/internal/DefaultPluginManager.java'
 is 
removed due to invalid reference(s):  [WARN] 
file:/home/jooty/NetBeansProjects/xwiki-web-1.8.1/wysiwyg/src/main/java/com/xpn/xwiki/wysiwyg/client/Wysiwyg.java
   [WARN] Compilation unit 
'file:/home/jooty/NetBeansProjects/xwiki-web-1.8.1/wysiwyg/src/main/java/com/xpn/xwiki/wysiwyg/client/widget/WikiSelector.java'
 is removed due to invalid reference(s):  [WARN] 
file:/home/jooty/NetBeansProjects/xwiki-web-1.8.1/wysiwyg/src/main/java/com/xpn/xwiki/wysiwyg/client/WysiwygService.java
   [WARN] Compilation unit 
'file:/home/jooty/NetBeansProjects/xwiki-web-1.8.1/wysiwyg/src/main/java/com/xpn/xwiki/wysiwyg/client/plugin/table/TablePlugin.java'
 is removed due to invalid reference(s):  [WARN] 
file:/home/jooty/NetBeansProjects/xwiki-web-1.8.1/wysiwyg/src/main/java/com/xpn/xwiki/wysiwyg/client/Wysiwyg.java
   [WARN] Compilation unit 
'file:/home/jooty/NetBeansProjects/xwiki-web-1.8.1/wysiwyg/src/main/java/com/xpn/xwiki/wysiwyg/client/editor/WysiwygEditorDebugger.java'
 is removed d
ue to invalid reference(s):  [WARN] 
file:/home/jooty/NetBeansProjects/xwiki-web-1.8.1/wysiwyg/src/main/java/com/xpn/xwiki/wysiwyg/client/WysiwygService.java
   [WARN] Compilation unit 
'file:/home/jooty/NetBeansProjects/xwiki-web-1.8.1/wysiwyg/src/main/java/com/xpn/xwiki/wysiwyg/client/plugin/importer/ImporterPlugin.java'
 is removed due to invalid reference(s):  [WARN] 

Re: [xwiki-users] XWiki Web 1.8.1

2010-01-07 Thread J. Allen Santos

I was able to build gwt module. I got the same error when I tried building the 
entire web. But, when I tried building wysiwyg module, no error at all. Any 
ideas?

 Date: Thu, 7 Jan 2010 10:11:20 +0200
 From: mariusdumitru.flo...@xwiki.com
 To: users@xwiki.org
 Subject: Re: [xwiki-users] XWiki Web 1.8.1
 
 Hi,
 
 The platform/web/wysiwyg module depends on the platform/web/gwt module. 
 For some reason in your case the jars generated by the gwt module are 
 not available when building the wysiwyg module. Can you try to build the 
 gwt module manually first and then rebuild the entire web?
 
 Hope this helps,
 Marius
 
 J. Allen Santos wrote:
  Hi
  I'm trying to build XWiki Web 1.8.1. It fails. I'm using Ubuntu 9.10 and 
  tried building it in the terminal and in Netbeans. Both failed with the 
  same error message. I know i'm using the right settings.xml.
  
  ThanksAllen
  
  Here is part of the message:
  Building
   XWiki Platform - Web - WYSIWYG   task-segment: 
  [install][enforcer:enforce][remote-resources:process
   {execution: xwiki-license-resources}][resources:resources]Using default 
  encoding to copy filtered resources.[compiler:compile]Nothing to compile - 
  all classes are up to date[dependency:unpack]Configured Artifact: 
  com.google.gwt:gwt-dev:linux-libs:1.5.3:zipgwt-dev-1.5.3-linux-libs.zip 
  already unpacked.[gwt:compile]establishing classpath list 
  (buildClaspathList - scope = COMPILE)google.webtoolkit.home (gwtHome) *not* 
  set, using project POM for GWT dependenciesRemoving units with errors   
  [ERROR] Errors in 
  'file:/home/jooty/NetBeansProjects/xwiki-web-1.8.1/wysiwyg/src/main/java/com/xpn/xwiki/wysiwyg/client/Wysiwyg.java'
[ERROR] Line 48: No source code is available for type 
  com.xpn.xwiki.gwt.api.client.app.XWikiGWTDefaultApp
 ; did you forget to inherit a required module?  [ERROR] Line 61: No 
 source code is available for type 
 com.xpn.xwiki.gwt.api.client.app.XWikiAsyncCallback; did you forget to 
 inherit a required module?   [ERROR] Errors in 
 'file:/home/jooty/NetBeansProjects/xwiki-web-1.8.1/wysiwyg/src/main/java/com/xpn/xwiki/wysiwyg/client/WysiwygService.java'
   [ERROR] Line 137: No source code is available for type 
 com.xpn.xwiki.gwt.api.client.XWikiGWTException; did you forget to inherit a 
 required module?   [ERROR] Errors in 
 'file:/home/jooty/NetBeansProjects/xwiki-web-1.8.1/wysiwyg/src/main/java/com/xpn/xwiki/wysiwyg/client/plugin/sync/SyncPlugin.java'
   [ERROR] Line 438: No source code is available for type 
 com.xpn.xwiki.gwt.api.client.dialog.MessageDialog; did you forget to inherit 
 a required module?  [ERROR] Line 438: No source code is available for 
 type com.xpn.xwiki.gwt.api.client.dialog.Dialog; did you forget to inherit a 
 required module?  [ERROR] Line 452: No source c
 ode is available for type com.xpn.xwiki.gwt.api.client.XWikiGWTException; did 
 you forget to inherit a required module?Removing invalidated units   [WARN] 
 Compilation unit 
 'file:/home/jooty/NetBeansProjects/xwiki-web-1.8.1/wysiwyg/src/main/java/com/xpn/xwiki/wysiwyg/client/plugin/image/ui/ImageSelector.java'
  is removed due to invalid reference(s):  [WARN] 
 file:/home/jooty/NetBeansProjects/xwiki-web-1.8.1/wysiwyg/src/main/java/com/xpn/xwiki/wysiwyg/client/WysiwygService.java
[WARN] Compilation unit 
 'file:/home/jooty/NetBeansProjects/xwiki-web-1.8.1/wysiwyg/src/main/java/com/xpn/xwiki/wysiwyg/client/plugin/valign/VerticalAlignPlugin.java'
  is removed due to invalid reference(s):  [WARN] 
 file:/home/jooty/NetBeansProjects/xwiki-web-1.8.1/wysiwyg/src/main/java/com/xpn/xwiki/wysiwyg/client/Wysiwyg.java
[WARN] Compilation unit 
 'file:/home/jooty/NetBeansProjects/xwiki-web-1.8.1/wysiwyg/src/main/java/com/xpn/xwiki/wysiwyg/client/plugin/internal/DefaultPluginManager.java'
  is 
 removed due to invalid reference(s):  [WARN] 
 file:/home/jooty/NetBeansProjects/xwiki-web-1.8.1/wysiwyg/src/main/java/com/xpn/xwiki/wysiwyg/client/Wysiwyg.java
[WARN] Compilation unit 
 'file:/home/jooty/NetBeansProjects/xwiki-web-1.8.1/wysiwyg/src/main/java/com/xpn/xwiki/wysiwyg/client/widget/WikiSelector.java'
  is removed due to invalid reference(s):  [WARN] 
 file:/home/jooty/NetBeansProjects/xwiki-web-1.8.1/wysiwyg/src/main/java/com/xpn/xwiki/wysiwyg/client/WysiwygService.java
[WARN] Compilation unit 
 'file:/home/jooty/NetBeansProjects/xwiki-web-1.8.1/wysiwyg/src/main/java/com/xpn/xwiki/wysiwyg/client/plugin/table/TablePlugin.java'
  is removed due to invalid reference(s):  [WARN] 
 file:/home/jooty/NetBeansProjects/xwiki-web-1.8.1/wysiwyg/src/main/java/com/xpn/xwiki/wysiwyg/client/Wysiwyg.java
[WARN] Compilation unit 
 'file:/home/jooty/NetBeansProjects/xwiki-web-1.8.1/wysiwyg/src/main/java/com/xpn/xwiki/wysiwyg/client/editor/WysiwygEditorDebugger.java'
  is removed

Re: [xwiki-users] XWiki Web 1.8.1

2010-01-07 Thread J. Allen Q. Santos
Ok. I'll try that tomorrow. Thank you very much.

Allen

--
From: Marius Dumitru Florea mariusdumitru.flo...@xwiki.com
Sent: Thursday, January 07, 2010 6:57 PM
To: XWiki Users users@xwiki.org
Subject: Re: [xwiki-users] XWiki Web 1.8.1

 J. Allen Santos wrote:
 I was able to build gwt module. I got the same error when I tried 
 building the entire web. But, when I tried building wysiwyg module, no 
 error at all. Any ideas?

 Maybe it's a maven issue. I'm using 2.2.0

 Hope this helps,
 Marius


 Date: Thu, 7 Jan 2010 10:11:20 +0200
 From: mariusdumitru.flo...@xwiki.com
 To: users@xwiki.org
 Subject: Re: [xwiki-users] XWiki Web 1.8.1

 Hi,

 The platform/web/wysiwyg module depends on the platform/web/gwt module.
 For some reason in your case the jars generated by the gwt module are
 not available when building the wysiwyg module. Can you try to build the
 gwt module manually first and then rebuild the entire web?

 Hope this helps,
 Marius

 J. Allen Santos wrote:
 Hi
 I'm trying to build XWiki Web 1.8.1. It fails. I'm using Ubuntu 9.10 
 and tried building it in the terminal and in Netbeans. Both failed with 
 the same error message. I know i'm using the right settings.xml.

 ThanksAllen

 Here is part of the message:
 Building
  
 XWiki Platform - Web - WYSIWYG   task-segment: 
 [install][enforcer:enforce][remote-resources:process
  
 {execution: xwiki-license-resources}][resources:resources]Using default 
 encoding to copy filtered resources.[compiler:compile]Nothing to 
 compile - all classes are up to date[dependency:unpack]Configured 
 Artifact: 
 com.google.gwt:gwt-dev:linux-libs:1.5.3:zipgwt-dev-1.5.3-linux-libs.zip 
 already unpacked.[gwt:compile]establishing classpath list 
 (buildClaspathList - scope = COMPILE)google.webtoolkit.home (gwtHome) 
 *not* set, using project POM for GWT dependenciesRemoving units with 
 errors   [ERROR] Errors in 
 'file:/home/jooty/NetBeansProjects/xwiki-web-1.8.1/wysiwyg/src/main/java/com/xpn/xwiki/wysiwyg/client/Wysiwyg.java'
  
 [ERROR] Line 48: No source code is available for type 
 com.xpn.xwiki.gwt.api.client.app.XWikiGWTDefaultA
 pp
 ; did you forget to inherit a required module?  [ERROR] Line 61: No 
 source code is available for type 
 com.xpn.xwiki.gwt.api.client.app.XWikiAsyncCallback; did you forget to 
 inherit a required module?   [ERROR] Errors in 
 'file:/home/jooty/NetBeansProjects/xwiki-web-1.8.1/wysiwyg/src/main/java/com/xpn/xwiki/wysiwyg/client/WysiwygService.java'
  
 [ERROR] Line 137: No source code is available for type 
 com.xpn.xwiki.gwt.api.client.XWikiGWTException; did you forget to 
 inherit a required module?   [ERROR] Errors in 
 'file:/home/jooty/NetBeansProjects/xwiki-web-1.8.1/wysiwyg/src/main/java/com/xpn/xwiki/wysiwyg/client/plugin/sync/SyncPlugin.java'
  
 [ERROR] Line 438: No source code is available for type 
 com.xpn.xwiki.gwt.api.client.dialog.MessageDialog; did you forget to 
 inherit a required module?  [ERROR] Line 438: No source code is 
 available for type com.xpn.xwiki.gwt.api.client.dialog.Dialog; did you 
 forget to inherit a required module?  [ERROR] Line 452: No sourc
 e c
 ode is available for type 
 com.xpn.xwiki.gwt.api.client.XWikiGWTException; did you forget to 
 inherit a required module?Removing invalidated units   [WARN] 
 Compilation unit 
 'file:/home/jooty/NetBeansProjects/xwiki-web-1.8.1/wysiwyg/src/main/java/com/xpn/xwiki/wysiwyg/client/plugin/image/ui/ImageSelector.java'
  
 is removed due to invalid reference(s):  [WARN] 
 file:/home/jooty/NetBeansProjects/xwiki-web-1.8.1/wysiwyg/src/main/java/com/xpn/xwiki/wysiwyg/client/WysiwygService.java
  
 [WARN] Compilation unit 
 'file:/home/jooty/NetBeansProjects/xwiki-web-1.8.1/wysiwyg/src/main/java/com/xpn/xwiki/wysiwyg/client/plugin/valign/VerticalAlignPlugin.java'
  
 is removed due to invalid reference(s):  [WARN] 
 file:/home/jooty/NetBeansProjects/xwiki-web-1.8.1/wysiwyg/src/main/java/com/xpn/xwiki/wysiwyg/client/Wysiwyg.java
  
 [WARN] Compilation unit 
 'file:/home/jooty/NetBeansProjects/xwiki-web-1.8.1/wysiwyg/src/main/java/com/xpn/xwiki/wysiwyg/client/plugin/internal/DefaultPluginManager.java'
 is
 removed due to invalid reference(s):  [WARN] 
 file:/home/jooty/NetBeansProjects/xwiki-web-1.8.1/wysiwyg/src/main/java/com/xpn/xwiki/wysiwyg/client/Wysiwyg.java
  
 [WARN] Compilation unit 
 'file:/home/jooty/NetBeansProjects/xwiki-web-1.8.1/wysiwyg/src/main/java/com/xpn/xwiki/wysiwyg/client/widget/WikiSelector.java'
  
 is removed due to invalid reference(s):  [WARN] 
 file:/home/jooty/NetBeansProjects/xwiki-web-1.8.1/wysiwyg/src/main/java/com/xpn/xwiki/wysiwyg/client/WysiwygService.java
  
 [WARN] Compilation unit 
 'file:/home/jooty/NetBeansProjects/xwiki-web-1.8.1/wysiwyg/src/main/java/com/xpn/xwiki/wysiwyg/client/plugin/table

Re: [xwiki-users] XWiki Web 1.8.1

2009-11-20 Thread Marius Dumitru Florea
Hi,

J. Allen Santos wrote:
 Hi,
 
 I am trying to build Xwiki web version 1.8.1. I got some errors. Appended 
 below is part of the long error message:
 
 
 [gwt:compile]
 establishing classpath list (buildClaspathList - scope = COMPILE)
 google.webtoolkit.home (gwtHome) *not* set, using project POM for GWT 
 dependencies
 Removing units with errors
[ERROR] Errors in 
 'file:/home/jooty/Desktop/XWiki-Web-1.8.1/wysiwyg/src/main/java/com/xpn/xwiki/wysiwyg/client/Wysiwyg.java'
   [ERROR] Line 48: No source code is available for type 
 com.xpn.xwiki.gwt.api.client.app.XWikiGWTDefaultApp; did you forget to 
 inherit a required module?
   [ERROR] Line 61: No source code is available for type 
 com.xpn.xwiki.gwt.api.client.app.XWikiAsyncCallback; did you forget to 
 inherit a required module?
[ERROR] Errors in 
 'file:/home/jooty/Desktop/XWiki-Web-1.8.1/wysiwyg/src/main/java/com/xpn/xwiki/wysiwyg/client/plugin/sync/SyncPlugin.java'
   [ERROR] Line 438: No source code is available for type 
 com.xpn.xwiki.gwt.api.client.dialog.MessageDialog; did you forget to inherit 
 a required module?
   [ERROR] Line 438: No source code is available for type 
 com.xpn.xwiki.gwt.api.client.dialog.Dialog; did you forget to inherit a 
 required module?
   [ERROR] Line 452: No source code is available for type 
 com.xpn.xwiki.gwt.api.client.XWikiGWTException; did you forget to inherit a 
 required module?
 
 

 I'm not sure what that means. Any ideas?

Did you change any of the poms? The client side of web/wysiwyg module 
depends on the client side of the web/gwt module. As a consequence the 
GWT compiler requires the web/gwt sources in order to build the WYSIWYG 
editor. The error messages show that xwiki-web-gwt-1.8.1-sources.jar is 
not on the classpath. This shouldn't happen as long as web/wysiwyg pom 
declares a dependency on the sources jar generated by web/gwt with the 
maven-source-plugin.

Try to build the web modules separately in this order: gwt, 
xwiki-gwt-dom, wysiwyg, standard.

Hope this helps,
Marius

 
 
 -J. Allen
 
 _
 New Windows 7: Find the right PC for you. Learn more.
 http://windows.microsoft.com/shop
 ___
 users mailing list
 users@xwiki.org
 http://lists.xwiki.org/mailman/listinfo/users
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


Re: [xwiki-users] XWiki Web 1.8.1

2009-11-20 Thread J. Allen Santos

Oh. That's why. Thank you very much!
Regards,J. Allen

 Date: Fri, 20 Nov 2009 13:01:37 +0200
 From: mariusdumitru.flo...@xwiki.com
 To: users@xwiki.org
 Subject: Re: [xwiki-users] XWiki Web 1.8.1
 
 Hi,
 
 J. Allen Santos wrote:
  Hi,
  
  I am trying to build Xwiki web version 1.8.1. I got some errors. Appended 
  below is part of the long error message:
  
  
  [gwt:compile]
  establishing classpath list (buildClaspathList - scope = COMPILE)
  google.webtoolkit.home (gwtHome) *not* set, using project POM for GWT 
  dependencies
  Removing units with errors
 [ERROR] Errors in 
  'file:/home/jooty/Desktop/XWiki-Web-1.8.1/wysiwyg/src/main/java/com/xpn/xwiki/wysiwyg/client/Wysiwyg.java'
[ERROR] Line 48: No source code is available for type 
  com.xpn.xwiki.gwt.api.client.app.XWikiGWTDefaultApp; did you forget to 
  inherit a required module?
[ERROR] Line 61: No source code is available for type 
  com.xpn.xwiki.gwt.api.client.app.XWikiAsyncCallback; did you forget to 
  inherit a required module?
 [ERROR] Errors in 
  'file:/home/jooty/Desktop/XWiki-Web-1.8.1/wysiwyg/src/main/java/com/xpn/xwiki/wysiwyg/client/plugin/sync/SyncPlugin.java'
[ERROR] Line 438: No source code is available for type 
  com.xpn.xwiki.gwt.api.client.dialog.MessageDialog; did you forget to 
  inherit a required module?
[ERROR] Line 438: No source code is available for type 
  com.xpn.xwiki.gwt.api.client.dialog.Dialog; did you forget to inherit a 
  required module?
[ERROR] Line 452: No source code is available for type 
  com.xpn.xwiki.gwt.api.client.XWikiGWTException; did you forget to inherit a 
  required module?
  
  
 
  I'm not sure what that means. Any ideas?
 
 Did you change any of the poms? The client side of web/wysiwyg module 
 depends on the client side of the web/gwt module. As a consequence the 
 GWT compiler requires the web/gwt sources in order to build the WYSIWYG 
 editor. The error messages show that xwiki-web-gwt-1.8.1-sources.jar is 
 not on the classpath. This shouldn't happen as long as web/wysiwyg pom 
 declares a dependency on the sources jar generated by web/gwt with the 
 maven-source-plugin.
 
 Try to build the web modules separately in this order: gwt, 
 xwiki-gwt-dom, wysiwyg, standard.
 
 Hope this helps,
 Marius
 
  
  
  -J. Allen

  _
  New Windows 7: Find the right PC for you. Learn more.
  http://windows.microsoft.com/shop
  ___
  users mailing list
  users@xwiki.org
  http://lists.xwiki.org/mailman/listinfo/users
 ___
 users mailing list
 users@xwiki.org
 http://lists.xwiki.org/mailman/listinfo/users
  
_
Windows 7: Simplify what you do everyday. Find the right PC for you.
http://windows.microsoft.com/shop
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


Re: [xwiki-users] XWiki Web 1.8.1

2009-11-20 Thread J. Allen Santos

Why is it that when I build XWiki - Platform - Web - WYSIWYG (war), it builds 
successfully; But, when I build XWiki - Platform - Web - Parent POM (pom), 
which includes the wysiwyg in its modules, it fails due to the same error said 
earlier ??

Any ideas?


J. Allen
  
_
New Windows 7: Find the right PC for you. Learn more.
http://windows.microsoft.com/shop
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


Re: [xwiki-users] XWiki Web 1.8.1

2009-11-20 Thread Marius Dumitru Florea
J. Allen Santos wrote:
 Why is it that when I build XWiki - Platform - Web - WYSIWYG (war), it builds 
 successfully; But, when I build XWiki - Platform - Web - Parent POM (pom), 
 which includes the wysiwyg in its modules, it fails due to the same error 
 said earlier ??
 

 Any ideas?

Maybe it's a maven issue. What version did you use? Can you try 2.2.0?

Hope this helps,
Marius

 
 
 J. Allen
 
 _
 New Windows 7: Find the right PC for you. Learn more.
 http://windows.microsoft.com/shop
 ___
 users mailing list
 users@xwiki.org
 http://lists.xwiki.org/mailman/listinfo/users
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


Re: [xwiki-users] XWiki Web 1.8.1

2009-11-20 Thread J. Allen Santos

Ok, I'll try that version. I have been using version 2.2.1

 Date: Fri, 20 Nov 2009 15:18:33 +0200
 From: mariusdumitru.flo...@xwiki.com
 To: users@xwiki.org
 Subject: Re: [xwiki-users] XWiki Web 1.8.1
 
 J. Allen Santos wrote:
  Why is it that when I build XWiki - Platform - Web - WYSIWYG (war), it 
  builds successfully; But, when I build XWiki - Platform - Web - Parent POM 
  (pom), which includes the wysiwyg in its modules, it fails due to the same 
  error said earlier ??
  
 
  Any ideas?
 
 Maybe it's a maven issue. What version did you use? Can you try 2.2.0?
 
 Hope this helps,
 Marius
 
  
  
  J. Allen

  _
  New Windows 7: Find the right PC for you. Learn more.
  http://windows.microsoft.com/shop
  ___
  users mailing list
  users@xwiki.org
  http://lists.xwiki.org/mailman/listinfo/users
 ___
 users mailing list
 users@xwiki.org
 http://lists.xwiki.org/mailman/listinfo/users
  
_
New Windows 7: Find the right PC for you. Learn more.
http://windows.microsoft.com/shop
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


Re: [xwiki-users] XWiki Web 1.8.1

2009-11-18 Thread J. Allen Q. Santos
Thank you for the quick response.


After reading the comments and suggestions presented by other users, I just 
thought, I would just build the project in Linux. It seems there is really a 
limitation building it in Windows. They say that they were using Windows XP 
and the limit still persists in Windows 7, which I am using as of the 
moment.

If anyone knows any other solutions, I would gladly hear it.

Again, thank you.


J. Allen

--
From: Marius Dumitru Florea mariusdumitru.flo...@xwiki.com
Sent: Wednesday, November 18, 2009 8:29 PM
To: XWiki Users users@xwiki.org
Subject: Re: [xwiki-users] XWiki Web 1.8.1

 J. Allen Q. Santos wrote:
 Hi,


 I was trying to build the XWiki Web project, version 1.8.1. At first, it 
 looked for the smartgwt.jar. I downloaded it and manually installed it in 
 the repository. Now, here is the error that I got:
   [gwt:compile]
   establishing classpath list (buildClaspathList - scope = COMPILE)
   google.webtoolkit.home (gwtHome) *not* set, using project POM for GWT 
 dependencies
   The input line is too long.
 I downloaded and installed gwt and set the GWT_HOME environment variable. 
 The error still occurs. I'm not sure why.


 Any ideas?

 See http://jira.xwiki.org/jira/browse/XWIKI-3714 .

 Hope this helps,
 Marius


 Thank you very much.


 Regards,
 J. Allen
 ___
 users mailing list
 users@xwiki.org
 http://lists.xwiki.org/mailman/listinfo/users
 ___
 users mailing list
 users@xwiki.org
 http://lists.xwiki.org/mailman/listinfo/users
 
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users