angelelectrico / java-diff-utils

Automatically exported from code.google.com/p/java-diff-utils
0 stars 0 forks source link

Can't locate custom brush JS #11

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Custom brush is created using following syntax:

@Brush.Source("shBrushYaml.js")
public interface YamlBrush extends Brush { }

I place shBrushYaml.js into web roor right next to index.html. When I try to 
run mvn install I get the following error and build fails

[INFO]    Scanning for additional dependencies: 
file:/C:/teradata/sources/Quantum/client/src/main/java/teradata/quantum/
reporting/client/widgets/FileViewerTabItem.java
[INFO]       Computing all possible rebind results for 
'teradata.quantum.reporting.client.js.YamlBrush'
[INFO]          Rebinding teradata.quantum.reporting.client.js.YamlBrush
[INFO]             Invoking 
com.google.gwt.dev.javac.StandardGeneratorContext@1886920
[INFO]                [ERROR] Unable to locate Brush JavaScript file 
"shBrushYaml.js".
[INFO]    [ERROR] Errors in 
'file:/C:/teradata/sources/Quantum/client/src/main/java/teradata/quantum/reporti
ng/client/wi
dgets/FileViewerTabItem.java'
[INFO]       [ERROR] Line 53:  Failed to resolve 
'teradata.quantum.reporting.client.js.YamlBrush' via deferred binding
[INFO]    Scanning for additional dependencies: 
C:\teradata\sources\Quantum\client\target\.generated\com\alexgorbatchev\
syntaxhighlighter\client\com_alexgorbatchev_syntaxhighlighter_client_Resources_d
efault_StaticClientBundleGenerator.java

Original issue reported on code.google.com by boogiech...@gmail.com on 10 Nov 2010 at 11:08

GoogleCodeExporter commented 8 years ago
Please delete - wrong project. Sorry

Original comment by bost...@gmail.com on 10 Nov 2010 at 11:11

GoogleCodeExporter commented 8 years ago

Original comment by dm.naume...@gmail.com on 7 Dec 2010 at 12:41